command-line interpreter - definizione. Che cos'è command-line interpreter
Diclib.com
Dizionario in linea

Cosa (chi) è command-line interpreter - definizione

COMPUTER PROGRAM WHICH EXPOSES AN OPERATING SYSTEM'S SERVICES TO A HUMAN USER OR OTHER PROGRAM
Operating system shell; Shell (computers); System shell; Shell (computer science); Shell (computer); Command shell; Operating system shells; Shell access; Desktop shell; Command shells; Shell (Computing); PHPsh; Operating system user interface; Shell (operating system); GUI shell; Graphical shell; Graphical Shell
  • Bash]], a widely adopted [[Unix shell]]
  • Command Prompt]], a CLI shell in Windows
  • [[Drag and drop]] operation performed on a group of files between [[KDesktop]] and [[Konqueror]] in [[KDE]]
  • terminal]].

command-line interpreter         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
command line interface         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<operating system> A means of communication between a program and its user, based solely on textual input and output. Commands are input with the help of a keyboard or similar device and are interpreted and executed by the program. Results are output as text or graphics to the terminal. Command line interfaces usually provide greater flexibility than graphical user interfaces, at the cost of being harder for the novice to use. Consequently, some hackers look down on GUIs as designed For The Rest Of Them. (1996-01-12)
command line option         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<software> (Or "option", "flag", "switch", "option switch") An argument to a command that modifies its function rather than providing data. Options generally start with "-" in Unix or "/" in MS-DOS. This is usually followed by a single letter or occasionally a digit. More recently, GNU software adopted the --longoptionname style, usually in addition to traditional, single-character, -x style equivalents. Some commands require each option to be a separate argument, introduced by a new "-" or "/", others allow multiple option letters to be concatenated into a single argument with a single "-" or "/", e.g. "ls -al". A few Unix commands (e.g. ar, tar) allow the "-" to be omitted. Some options may or must be followed by a value, e.g. "cc prog.c -o prog", sometimes with and sometimes without an intervening space. getopt and getopts are commands for parsing command line options. There is also a C library routine called getopt for the same purpose. (2007-02-18)

Wikipedia

Shell (computing)

In computing, a shell is a computer program that exposes an operating system's services to a human user or other programs. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation. It is named a shell because it is the outermost layer around the operating system.

Command-line shells require the user to be familiar with commands and their calling syntax, and to understand concepts about the shell-specific scripting language (for example, bash), while graphical shells place a low burden on beginning computer users and are characterized as being easy to use, yet most GUI-enabled operating systems also provide CLI shells, normally for performing advanced tasks.